home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / mirrorcopy / mirrorcopy.readme < prev    next >
Text File  |  1999-11-29  |  2KB  |  45 lines

  1. Short:    Create/maintain exact copy of dir (V1.5)
  2. Author:   jhschulz@gmx.de (Jan Hendrik Schulz)
  3. Uploader: jhschulz@gmx.de (Jan Hendrik Schulz)
  4. Version:  1.5
  5. Type:     util/cli
  6.  
  7. MirrorCopy is a shell filecopy command, which is able to create and
  8. update an exact copy (mirror) of all the files and subdirectories
  9. (including there contents) located in a source directory. I use it to
  10. maintain a mirror copy of my system partition on a bootable ZIP disk.
  11. That way I not only have a backup of my system partition, I can even
  12. boot directly off this backup (if I need to) and have all the tools etc
  13. available I'm used to.
  14.  
  15. The main features of MirrorCopy are:
  16.  
  17.   - The destination directory will contain exactly the same files
  18.     and subdirectories as the source directory - and nothing more!
  19.  
  20.   - The attributes (date, comment and protection flags) of the
  21.     files and subdirectories in the destination directory are set
  22.     exactly to the same values as in the source directory.
  23.  
  24.   - MirrorCopy takes care of what the destination directory allready
  25.     contains:
  26.     - only those files are copied, that need to be copied.
  27.     - only those subdirectories are created, that need to be created
  28.     - only those files and subdirectories are removed from the
  29.       destination directory, that need to be removed.
  30.     This is very usefull if you don't want to create a mirror copy,
  31.     but if you want to update an allready existing mirror copy.
  32.  
  33.   - MirrorCopy can keep deleted or overwritten files in special
  34.     'deleted-/old-files' directories.
  35.  
  36.   - The contents of the source directory is not changed in any way!
  37.     Not even the protection flags (like the archive flag) are changed.
  38.  
  39. New in version 1.5:
  40. -------------------
  41. - New FILEPAT and DIRPAT keywords to specify AmigaDOS patterns for
  42.   files and directories.
  43. - Most of the shell arguments do have a short version now, like
  44.   Q for QUIET or V for VERBOSE.
  45.